home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 9 / The PC-SIG Library on CD ROM - Ninth Edition.iso / 401_500 / DISK0452 / DISK0452.ZIP / HACK.CNF < prev    next >
Text File  |  1986-12-18  |  2KB  |  53 lines

  1. # A '#' at the beginning of a line means the rest of the line is a comment.
  2.  
  3. # This configuration file is set up for three cases, a person with a hard
  4. # disk as drive C:, 1 person with two floppy disks, and several people
  5. # with two floppy disks.  The default configuration is the second one.
  6. # To change configuration, comment out the unwanted configurations, and
  7. # remove the comment from the configuration you want.
  8.  
  9. # I use OPTIONS=name:NickD-W, silent, rawio, IBMBIOS
  10.  
  11. # A hard disk configuration.
  12. #
  13. # HACKDIR=\games\hack
  14. # SAVE=;n
  15. # RAMDISK=d:
  16. # OPTIONS=name:YourName-C
  17.  
  18. # A 2-floppy configuration.
  19. #
  20. HACKDIR=a:\
  21. LEVELS=b:\
  22. SAVE=b:\
  23. OPTIONS=name:YourName-W
  24. RAMDISK=c:
  25.  
  26. # The 9 GRAPHICS characters are:
  27. # vertical wall, horizontal wall, top left corner, top right corner
  28. # bottom left corner, bottom right corner, door, floor, corridor
  29. # An example using the IBM graphics character set.
  30. GRAPHICS = 179 196 218 191 192 217 206 250 176
  31.  
  32.  
  33. #     Special section for DEC Rainbow owners.
  34. #
  35. #  You *must* include the option `DECRainbow' in the OPTIONS line
  36. #  if you want to use line-drawing charcters.  Also, you must *not*
  37. #  use the option `rawio' or your system will hang!
  38. #
  39. #  You can select the "Rainbow line-drawing character set"
  40. #  for drawing the dungeon.  For *graphics* characters,
  41. #  128 has been added to the decimal value of the character.
  42. #  Adding 128 lets PC HACK know you want it to use the line-drawing
  43. #  character set.  Non-graphical characters are indicated by
  44. #  their decimal value.  You can mix both types of characters in
  45. #  the GRAPHICS line.
  46. #
  47. #  A recommended configuration for the Rainbow using the
  48. #  line-drawing character set, two floppies and no ramdisk is:
  49. # SAVE=b:\
  50. # LEVELS=b:\
  51. # OPTIONS=name:YourName,DECRainbow
  52. # GRAPHICS = 248 241 236 235 237 234 238 254 225 
  53.